<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
}



article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	width: 100%;
	vertical-align: middle;
}

a,
a:link {
	color: #333;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover {
	color: #333;
}

a:active {
	color: #333;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
}

.container {
	width: 85%;
	max-width: 1500px;
	margin: 0 auto;
	box-sizing: border-box;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 0px 5%;
	z-index: 999;
	font-family: "Source Han Sans CN", "Helvetica Neue", Helvetica, "Microsoft YaHei", "PingFang SC", sans-serif;
}

#gHeader:hover {
	background: rgba(255, 255, 255, .6);
}

#gHeader .logo img {
	width: 240px;
	margin-top: 20px;
}

#gHeader #gNavi {
	width: 60%;
	margin-right: 40px;
}

#gHeader #gNavi li {
	width: 12.5%;
	float: left;
	text-align: center;
	position: relative;
}

#gHeader #gNavi li&gt;a {
	display: block;
	font-size: 17px;
	line-height: 95px;
	position: relative;
}

#gHeader #gNavi li&gt;a:after {
	content: "";
	width: 25px;
	height: 8px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	background: url(../../images/icon1.png) no-repeat center;
	display: none;
}

#gHeader #gNavi li .drop {
	position: absolute;
	left: -20px;
	top: 95px;
	right: -20px;
	background: rgba(255, 255, 255, .6);
	border-radius: 0 0 10px 10px;
	padding: 10px 0;
	display: none;
}

#gHeader #gNavi li .drop a {
	display: block;
	line-height: 40px;
	font-size: 15px;
	text-align: center;
}

#gHeader #gNavi li .drop a:hover, #gHeader #gNavi li .drop a.on {
	background: #0059aa;
	color: #fff;
}

#gHeader #gNavi li:hover .drop {
	display: block;
}

#gHeader #gNavi li.on&gt;a, #gHeader #gNavi li:hover&gt;a {
	color: #0059aa;
	font-weight: 600;
}

#gHeader #gNavi li.on&gt;a:after, #gHeader #gNavi li:hover&gt;a:after {
	display: block;
}

#gHeader .ss {
	background: #0059aa url(../../images/icon2.png) no-repeat center;
	background-size: 24px;
	width: 40px;
	height: 40px;
	border-radius: 4px;
	position: absolute;
	right: 20px;
	top: 27px;
	cursor: pointer;
}

#gHeader .tel {
	padding-left: 50px;
	background: url(../../images/icon4.png) no-repeat left center;
	background-size: 38px;
	font-size: 24px;
	font-weight: 600;
	line-height: 95px;
	color: #0059aa;
}

#gHeader .form {
	position: absolute;
	top: 95px;
	left: 0;
	right: 0;
	padding: 40px 0;
	background: #fff;
	display: none;
}

#gHeader .form form {
	width: 400px;
	margin: 0 auto;
	position: relative;
	border-radius: 6px;
	border: 2px solid #0059aa;
	overflow: hidden;
}

#gHeader .form form input[type="text"] {
	width: 100%;
	padding: 0 80px 0 10px;
	box-sizing: border-box;
	background: #fff;
	line-height: 36px;
	border: none;
}

#gHeader .form form input[type="submit"] {
	width: 70px;
	background: #0059aa;
	color: #fff;
	text-align: center;
	border: none;
	position: absolute;
	right: 0px;
	top: 0;
	line-height: 36px;
	cursor: pointer;
}

#gHeader .form span.close {
	display: block;
	position: absolute;
	right: 30px;
	top: 10px;
	font-size: 40px;
	color: #0059aa;
	cursor: pointer;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background: url(../../images/bg4.jpg) no-repeat center;
	background-size: cover;
	padding: 40px 0 0;
	color: #fff;
}

#gFooter .box1 {
	width: 26%;
}

#gFooter .box1 .flogo img {
	width: 200px;
	display: block;
	margin-bottom: 20px;
}

#gFooter .box1 p {
	font-size: 15px;
	color: #fff;
	line-height: 44px;
	position: relative;
	padding-left: 40px;
}

#gFooter .box1 p span {
	display: block;
	width: 30px;
	line-height: 30px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 7px;
	text-align: center;
	background: #0059aa;
}

#gFooter .box1 p img {
	width: 20px;
}

#gFooter .box2 {
	width: 20%;
	padding-left: 40px;
	box-sizing: border-box;
}

#gFooter .box2 h3 {
	font-size: 18px;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 12px;
}

#gFooter .box2 h3:after {
	content: "";
	width: 40px;
	height: 4px;
	position: absolute;
	bottom: 0px;
	left: 0;
	background: #0059aa;
	border-radius: 2px;
}

#gFooter .box2 li {
	width: 50%;
	float: left;
}

#gFooter .box2 li a {
	display: block;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

#gFooter .box3 {
	width: 28%;
}

#gFooter .box3 li a {
	text-align: left;
}

#gFooter .box4 {
	width: 26%
}

#gFooter .box4 .ewm {
	text-align: center;
}

#gFooter .box4 .ewm img {
	width: 140px;
	display: block;
	margin: 0 auto 10px;
}

#gFooter .fLink {
	border-top: 1px solid rgb(133 180 223);
	padding: 20px 0;
	color: #fff;
	line-height: 16px;
	opacity:0.8
}

#gFooter .fLink a {
	display: inline-block;
	border-right: 1px solid rgba(46, 112, 171, .4);
	color: #fff;
	padding-right: 5px;
}

#gFooter .fLink a:last-child {
	border-right: none;
}

#gFooter .power {
	text-align: center;
	border-top: 1px solid rgb(133 180 223);
	padding: 12px 0;
	color: #fff;
}

#gFooter .power a {
	color: #fff;
}

.sec .title {
	text-align: center;
	padding: 40px 0 26px;
}

.sec .title span {
	color: #0059aa;
}

.sec .title h2 {
	display: inline-block;
	font-size: 35px;
	color: #333;
	position: relative;
	line-height: 50px;
}

.sec .title h2:after, .sec .title h2:before {
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: -40px;
	top: 18px;
	background: url(../../images/icon11.png) no-repeat;
	background-size: cover;
}

.sec .title h2:before {
	right: inherit;
	left: -40px;
}


.sec .title p {
	font-size: 15px;
	color: #888;
	margin-top: 8px;
}

.sec .title b {
	font-size: 42px;
	line-height: 50px;
}

.sp {
	display: none !important;
}

.more a {
	display: block;
	width: 140px;
	line-height: 40px;
	border-radius: 14px 0 14px 0;
	background: #0059aa;
	color: #fff;
	text-align: center;
	margin: 20px auto;
}

.more a img {
	width: 24px;
	position: relative;
	top: -3px;
	left: 5px;
}


.fixed {
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 100;
	margin-top: -150px;
	display:none
}

.fixed li {
	position: relative;
	margin: 8px 0;
}

.fixed li span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #0059aa;
	position: relative;
	z-index: 101;
	cursor: pointer;
}

.fixed li span img {
	width: 30px;
}

.fixed li .tex {
	position: absolute;
	top: 0;
	line-height: 50px;
	height:50px;
	background: #0059aa;
	color: #fff;
	font-size: 16px;
	width: 200px;
	text-align: center;
	z-index: 99;
	right: -250px;
	transition: 0.3s;
	border-right:1px solid #fff
}

.fixed li .tex a {
	color: #555;
	display:block;
	width:140px;
	line-height:30px;
	border-radius:18px;
	margin:10px auto;
	background:#d3eaff;
	font-size:15px;

}
.fixed li .tex a img {
	width:21px;
	margin-right:4px;
}
.fixed li .box {
	border-radius: 2px;
	width: 160px;
	height:inherit;
	right: -200px;
}

.fixed li .box img {
	margin: 20px 0 0;
	width: 120px;
}

.fixed li:hover .tex {
	right: 50px;
}

.fixed li:hover .box {
	right: 50px;
}

@media all and (min-width: 1024px) and (max-width:1600px) {
	#gHeader {
		padding: 0 4%;
	}

	.container {
		max-width: inherit;
		width: 90%;
	}

	#gHeader #gNavi {
		margin-right: 20px;
	}

	#gHeader .tel {
		margin-right: 15px;
		padding-left: 44px;
	}

	.sec .title h2 {
		font-size: 32px;
	}

	#gFooter .box1 p {
		line-height: 38px;
	}
}

@media all and (min-width: 1024px) and (max-width:1440px) {
	#gHeader .logo img {
		width: 226px;
	}
}

@media all and (min-width: 1024px) and (max-width:1400px) {
	#gHeader .tel {
		font-size: 22px;
		padding-left: 40px;
		background-size: 32px;
	}

	#gHeader .ss {
		width: 32px;
		height: 32px;
		background-size: 22px;
		top: 32px;
	}
}

@media all and (min-width: 1024px) and (max-width:1366px) {
	.container {
		width: 94%;
	}

	#gHeader {
		padding: 0 4% 0 2%;
	}

}

@media all and (min-width: 0) and (max-width: 767px) {

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	.container {
		width: 100%;
		max-width: inherit;
	}

	.fl {
		float: inherit;
	}

	.fr {
		float: inherit;
	}

	/*------------------------------------------------------------
		ヘッダー
	------------------------------------------------------------*/
	#gHeader {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		padding: 10px 10px;
	}

	#gHeader:hover {
		background: #fff;
	}

	#gHeader .logo img {
		width: 200px;
		margin-top: 0px;
	}

	#gHeader #gNavi {
		width: 100%;
		margin-right: 0px;
		position: absolute;
		right: 0;
		top: 67px;
		left: 0;
		padding: 10px 0;
		z-index: 100;
		background: #fff;
		display: none;
	}

	#gHeader #gNavi li {
		width: 100%;
		float: inherit;
		text-align: left;
		box-sizing: border-box;
		padding: 0 10px;
		border-bottom: 1px solid #efefef;
	}

	#gHeader #gNavi li&gt;a {
		font-size: 15px;
		line-height: 46px;
		background: url(../../images/icon37.png) no-repeat right 8px center;
		background-size: 28px;
	}

	#gHeader #gNavi li&gt;a:after {
		display: none !important;
	}

	#gHeader #gNavi li .drop {
		position: inherit;
		left: inherit;
		top: inherit;
		right: inherit;
		background: none;
		border-radius: 0;
		padding: 10px 0;
		overflow: hidden;
	}

	#gHeader #gNavi li .drop a {
		width: 48%;
		float: left;
		margin: 5px 1%;
		line-height: 32px;
		background: #f1f8ff;
		color: #666;
		border-radius: 3px;
	}

	#gHeader #gNavi li:hover .drop {
		display: inherit;
	}

	#gHeader #gNavi li .drop a.on {
		background: #0059aa;
		color: #fff;
	}

	#gHeader #gNavi li.on .drop {
		display: block;
	}

	#gHeader #gNavi li.on&gt;a, #gHeader #gNavi li:hover&gt;a {
		color: #0059aa;
		background-image: url(../../images/icon38.png);
		font-weight: 600;
	}

	#gHeader #gNavi li.on&gt;a:after, #gHeader #gNavi li:hover&gt;a:after {
		display: none;
	}

	#gHeader .form {
		position: relative;
		top: 0;
		left: inherit;
		right: inherit;
		padding: 20px 10px;
		display: block;
	}

	#gHeader .form form {
		width: 100%;
		border-radius: 4px;
		box-sizing: border-box;
	}

	#gHeader .form form input[type="text"] {
		padding: 0 70px 0 10px;
		line-height: 34px;
	}

	#gHeader .form form input[type="submit"] {
		width: 60px;
		line-height: 34px;
	}

	#gHeader .form span.close {
		display: none
	}

	#gHeader .menu {
		width: 36px;
		height: 36px;
		position: absolute;
		right: 55px;
		top: 16px;
		background: #0059aa;
		border-radius: 4px;
	}

	#gHeader .menu span {
		display: block;
		width: 20px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		margin: 6px auto;
	}

	#gHeader .dh {
		width: 36px;
		height: 36px;
		background: url(../../images/icon3.png) no-repeat;
		background-size: cover;
		position: absolute;
		right: 10px;
		top: 16px;
	}
#gHeader .dh a {
	display:block;
	
		width: 36px;
		height: 36px;
}
	/*------------------------------------------------------------
		フッター
	------------------------------------------------------------*/
	#gFooter {
		padding: 40px 10px 0;
	}

	#gFooter .box1 {
		width: 100%;
	}

	#gFooter .box1 .flogo img {
		margin: 0 auto 20px;
	}

	#gFooter .box1 p {
		font-size: 14px;
		line-height: 38px;
		padding-left: 40px;
	}

	#gFooter .box1 p span {
		top: 4px;
	}


	#gFooter .box2 {
		width: 100%;
		padding-left: 0px;
		margin: 16px 0;
		overflow: hidden;
	}

	#gFooter .box2 h3 {
		font-size: 17px;
	}

	#gFooter .box2 li {
		width: 25%;
	}

	#gFooter .box2 li a {
		display: block;
		font-size: 15px;
		line-height: 30px;
		text-align: center;
		color: #fff;
	}

	#gFooter .box3 {
		width: 100%;
	}

	#gFooter .box3 li {
		width: 33.33%;
	}

	#gFooter .box4 {
		width: 100%
	}

	#gFooter .box4 .ewm img {
		width: 120px;
	}

	#gFooter .fLink {
		padding: 12px 0;
	}

	#gFooter .power {
		padding: 10px 0;
	}

	.sec .title {
		padding: 25px 0 18px;
	}

	.sec .title h2 {
		font-size: 28px;
		line-height: 46px;
	}

	.sec .title h2:after, .sec .title h2:before {
		width: 18px;
		height: 18px;
		right: -30px;
		top: 14px;
	}

	.sec .title h2:before {
		left: -30px;
	}

	.sec .title p {
		font-size: 14px;
		margin-top: 6px;
	}

	.sec .title b {
		font-size: 36px;
		line-height: 40px;
	}

	.more a {
		width: 120px;
		line-height: 36px;
		border-radius: 18px;
		margin: 16px auto;
	}

	.more a img {
		width: 22px;
		top: -2px;
	}

}</pre></body></html>